home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
xulrunner-1.9-gnome-support.postinst
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-09-02
|
256 b
|
13 lines
#!/bin/sh
set -e
GRE_VERSION=`/usr/bin/xulrunner-1.9 --gre-version`
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
if test -e /usr/lib/xulrunner-$GRE_VERSION/.autoreg; then
touch /usr/lib/xulrunner-$GRE_VERSION/.autoreg
fi
fi